home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / HENSA / FILE / LZH.TXT < prev    next >
Encoding:
Text File  |  1997-11-24  |  1.6 KB  |  47 lines

  1. Title:            LZH
  2. Author:            Dan <oramd@cs.man.ac.uk>
  3. Version:        0.02
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Dan <oramd@cs.man.ac.uk>
  8. Date:            28/05/96
  9. Keywords:        File compressors
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/e072
  17. Date mounted/updated:    31/05/96
  18. File names:        lzh.arc
  19. Unarchived files:    5
  20. Unarchived size:    27 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. The LZH package consists of two modules for compression and decompression of
  35. files.  They are similar in style to John Kortink's LZW modules but provide
  36. significantly greater compression with similarly low overheads (only 32k on
  37. decompression). The compression techniques used are a Finite window technique
  38. with secondary dynamic huffman compression similar to gzip/zip/pkzip (but not
  39. the same). The modules are written in 100% lovingly handcrafted ARM code and
  40. are very fast (relatively) on compress and decompress.
  41.  
  42. There are currently two modules supplied here, LZH and LZHD. The LZH module
  43. allows both compression/decompression of files, and the LZHD module allows
  44. just decompression of files. Note: The LZHD module claims all workspace it
  45. needs when it is loaded, so there is no need to keep RMA free for it. This
  46. is for ease of use in memory tight situations.
  47.